Browse Source

tmp remove logout button

Ivan Valkou 5 years ago
parent
commit
12e4c5fe4e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      FreeAPS/Sources/Modules/Settings/View/SettingsRootView.swift

+ 4 - 4
FreeAPS/Sources/Modules/Settings/View/SettingsRootView.swift

@@ -91,10 +91,10 @@ extension Settings {
                         .onTapGesture {
                             showShareSheet = true
                         }
-                    Text("Read disclaimer").chevronCell()
-                        .onTapGesture {
-                            viewModel.logout()
-                        }
+//                    Text("Read disclaimer").chevronCell()
+//                        .onTapGesture {
+//                            viewModel.logout()
+//                        }
                 }
             }
             .sheet(isPresented: $showShareSheet) {